home *** CD-ROM | disk | FTP | other *** search
- on(keyPress "q"){
- fscommand("showmenu","true");
- if(_root.hidebar1._visible == true or _root.hidebar2._visible == true)
- {
- _root.hidebar1._visible = false;
- _root.hidebar2._visible = false;
- }
- else if(_root.hidebar1._visible == false or _root.hidebar2._visible == false)
- {
- _root.hidebar1._visible = true;
- _root.hidebar2._visible = true;
- }
- }
-